mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-27 01:28:46 +00:00
* dlltool.c (prefix_encode): Use a fixed length for alpha.
This commit is contained in:
@@ -753,7 +753,7 @@ static void inform
|
||||
static char *
|
||||
prefix_encode PARAMS ((char *start, unsigned code))
|
||||
{
|
||||
static char alpha[] = "abcdefghijklmnopqrstuvwxyz";
|
||||
static char alpha[26] = "abcdefghijklmnopqrstuvwxyz";
|
||||
static char buf[32];
|
||||
char *p;
|
||||
strcpy (buf, start);
|
||||
|
||||
Reference in New Issue
Block a user