Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 589494 - net-mail/mailgraph: use of REPLACING_VERSIONS does not account for multiple values
Summary: net-mail/mailgraph: use of REPLACING_VERSIONS does not account for multiple v...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal QA (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords: QAcanfix
Depends on:
Blocks: 589444
  Show dependency tree
 
Reported: 2016-07-23 12:52 UTC by Michał Górny
Modified: 2022-02-07 02:23 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2016-07-23 12:52:57 UTC
See the tracker bug.

  if [[ ${REPLACING_VERSIONS} < 1.13 ]] ; then

Doesn't account for empty RV or having >1 value. Furthermore, < is lexicographical string comparison, so 10 < 1.
Comment 1 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2022-02-07 02:23:37 UTC
Fixed as part of bug 705266.