summaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorLibravatar Brian Ashworth <bosrsf04@gmail.com>2019-02-05 08:35:00 -0500
committerLibravatar Drew DeVault <sir@cmpwn.com>2019-02-11 10:15:00 -0500
commit0c091bed769b43089191d5f62cdd81ef399cfd98 (patch)
treebc3ed187e304d0bd2fa76d4bb2a8a6ef2a38cb08 /contrib
parentSet version in project file (diff)
downloadsway-0c091bed769b43089191d5f62cdd81ef399cfd98.tar.gz
sway-0c091bed769b43089191d5f62cdd81ef399cfd98.tar.zst
sway-0c091bed769b43089191d5f62cdd81ef399cfd98.zip
cmd_workspace_gaps: fix double free on bad amount
This fixes a double free in cmd_workspace_gaps when the amount given is invalid. The end pointer from strtol is part of the argument and should not be freed. Freeing the end pointer could result in a double free or bad free depending on whether or not the end pointer was at the start of the argument
Diffstat (limited to 'contrib')
0 files changed, 0 insertions, 0 deletions