summaryrefslogtreecommitdiffstats
path: root/src/line.h
Commit message (Collapse)AuthorAgeLines
* Merge pull request #78 from fbriere/issue/73-freeze-on-xferLuboš Doležel2016-10-05-0/+3
|\ | | | | Skip over the mutex field when copying t_call_info data
| * Skip over the mutex field when copying t_call_info dataFrédéric Brière2016-10-04-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | t_line::get_call_info() returns a copy of a (locked) t_call_info; copying the mutex, aside from being undefined in POSIX, returns an unexpectedly locked copy, possibly resulting in a deadlock. This fix is pretty much a copy of the one applied to t_call_record in 38bb6b7, with an added check for self-assignment. Like its predecessor, it is still susceptible to deadlock, though (as unlikely as it may be). Fixes #73
* | Replace (old) FSF postal address with URL in header filesFrédéric Brière2016-10-02-2/+1
|/ | | | | | Wording copied from https://www.gnu.org/licenses/gpl-howto.en.html Fixes #25, fixes #71
* Crash fixesLubos Dolezel2015-07-28-0/+1
|
* initial checkinMichal Kubecek2015-04-13-0/+567
Check in contents of upstream 1.4.2 tarball, exclude generated files.