You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Additional context
Our company uses the synaptic package in our Linux distribution. I am working on static analysis, and one of my tasks was to scan the synaptic package. During the scan, I found a bug:
Additional context
Our company uses the synaptic package in our Linux distribution. I am working on static analysis, and one of my tasks was to scan the synaptic package. During the scan, I found a bug:
Describe the bug
In
https://github.com/mvo5/synaptic/blob/master/gtk/rgmainwindow.cc#L297-L298
There is code:
RPackage::FNew is a constant defined in
https://github.com/mvo5/synaptic/blob/master/common/rpackage.h#L122
and it is equal to 1 << 14
So it looks like a logical error, as I think there should be bitwise operation instead of binary:
The text was updated successfully, but these errors were encountered: