On Wednesday, February 02, 2011 08:56:24 Chet Ramey wrote:
> The second release candidate of bash-4.2 is now available with the URL
> 
> ftp://ftp.cwru.edu/pub/bash/bash-4.2-rc2.tar.gz

- braces.c:mkseq() is using an intmax_t type for the length in the asprintf 
call when it needs to be an int.  a quick check of a 32bit system shows that 
sizeof(intmax_t) is 8 bytes which means the output most likely will get 
screwed up (since it'll be interpreted in the C library as 2 arguments).

- lib/glob/smatch.c needs externs.h for mbsmbchar.  seems like externs.h could 
do with including bashtypes.h/command.h/general.h too since it needs basic 
types from all of those.

- lib/glob/smatch.c seems its STR defines could be unified with stuff in 
general.h

- seems like lib/sh/snprintf.c should be including some header for isnan and 
isinf (maybe math.h ?)

otherwise, some quick smoke tests show it seems to be working OK so far ...
-mike

Attachment: signature.asc
Description: This is a digitally signed message part.

Reply via email to