Prevent large (or negative) version values from overflowing into other fields when
authorNick Clifton <nickc@redhat.com>
Tue, 17 Jun 2014 15:50:15 +0000 (16:50 +0100)
committerNick Clifton <nickc@redhat.com>
Tue, 17 Jun 2014 15:50:15 +0000 (16:50 +0100)
commit548a23572832015e1d457188c5962e349825e86e
tree0658dba748d61b7adc30c35da12229af594c937b
parent0fc059972058a4afb22882a61143c7cc48eca883
Prevent large (or negative) version values from overflowing into other fields when
parsing version strings.

PR binutils/16923
* rcparse.y (fixedverinfo): Prevent large version numbers from
corrupting other values.
binutils/ChangeLog
binutils/rcparse.y