Bug 7936

Summary: strverscmp.c out of date with glibc
Product: uClibc Reporter: Ralph Siemsen <ralphs>
Component: OtherAssignee: unassigned
Status: RESOLVED FIXED    
Severity: minor CC: uclibc-cvs
Priority: P5    
Version: 0.9.33.2   
Target Milestone: 0.9.34   
Hardware: PC   
OS: Linux   
Host: Target:
Build:

Description Ralph Siemsen 2015-03-17 18:03:08 UTC
The version of strverscmp provided in uClibc0.33.2 (and git head) is a little behind the glibc version. There is a bugfix [PR9913] that is fixed in the glibc version. It is pretty minor, but would be nice to have uClibc updated to match.

Glibc bugfix: https://sourceware.org/bugzilla/show_bug.cgi?id=9913

Glibc latest source: https://sourceware.org/git/?p=glibc.git;a=blob_plain;f=string/strverscmp.c;hb=HEAD
Comment 1 Bernhard Reutner-Fischer 2015-03-18 21:54:19 UTC
Update in current master.

Thanks,