diff options
author | Henner Zeller <h.zeller@acm.org> | 2019-05-14 22:01:15 -0700 |
---|---|---|
committer | Henner Zeller <h.zeller@acm.org> | 2019-05-14 22:01:15 -0700 |
commit | 5e443a5d0db8f517582818e756871ec2e8117dbe (patch) | |
tree | 5886cacde23aaa6adb7497267eb450c29d895383 /.github | |
parent | c8c1df23a0ddf85b6d5a822299634b42b82a6e15 (diff) | |
download | yosys-5e443a5d0db8f517582818e756871ec2e8117dbe.tar.gz yosys-5e443a5d0db8f517582818e756871ec2e8117dbe.tar.bz2 yosys-5e443a5d0db8f517582818e756871ec2e8117dbe.zip |
Fix two instances of integer-assignment to string.
o In cover.cc, the int-result of mkstemps() was assigned to a string
and silently interpreted as a single-character filename with a funny
value. Fix with the intent: assign the filename.
o in libparse.cc, an int was assigned to a string, but depending on
visible constructors, this is ambiguous. Explicitly cast this to
a char.
Diffstat (limited to '.github')
0 files changed, 0 insertions, 0 deletions