Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Luc Everse
uefi-musl
Commits
8f514e76
Commit
8f514e76
authored
Aug 01, 2014
by
Rich Felker
Browse files
release 1.0.4
parent
af7a02a1
Changes
2
Hide whitespace changes
Inline
Side-by-side
VERSION
View file @
8f514e76
1.0.
3
1.0.
4
WHATSNEW
View file @
8f514e76
...
...
@@ -1237,3 +1237,33 @@ bugs fixed:
arch-specific bugs fixed:
- broken kernel side RLIM_INFINITY on mips
1.0.4 release notes
compatibility:
- work around bug #61144 in gcc 4.9.0 and 4.9.1
bugs fixed:
- incorrect return value for fwide function
- failure of wide printf/scanf functions to set wide orientation
- multiple issues in legacy function getpass
- dynamic linker did not accept colon as a separator for LD_PRELOAD
- errno clobber in syslog caused wrong output for %m specifier
- crash in regexec for nonzero nmatch argument with REG_NOSUB
- minor bugs in rarely-used nl_langinfo item lookups
- memmem false positives/false negatives/crashes from invalid logic
- gethostby*_r not setting result pointer to null on failure
- aliasing violations in syscall.h SYSLOG_NAMES feature
- fanotify_mark syscall arguments wrong
arch-specific bugs fixed:
- register state corruption in setjmp asm for microblaze
- broken struct stat st_ino field on microblaze
- broken struct stat st_dev field on big endian mips
- broken asm register constraints in atomics on powerpc
- missing barriers in atomics on mips, powerpc, and microblaze
- TLS relocation bug in powerpc dynamic linker
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment