| Commit message (Expand) | Author | Files | Lines | |
|---|---|---|---|---|
| 2013-08-02 | fix aliasing violations in tsearch functions•••patch by nsz. the actual object the caller has storing the tree root has type void *, so accessing it as struct node * is not valid. instead, simply access the value, move it to a temporary of the appropriate type and work from there, then move the result back. | Rich Felker | 1 | -2/+10 |
| 2013-08-02 | protect against long double type mismatches (mainly powerpc for now)•••check in configure to be polite (failing early if we're going to fail) and in vfprintf.c since that is the point at which a mismatching type would be extremely dangerous. | Rich Felker | 2 | -0/+28 |
