~info-martin-konrad/epics-base:backport-fix-for-lp1776141

Last commit made on 2020-11-16
Get this branch:
git clone -b backport-fix-for-lp1776141 https://git.launchpad.net/~info-martin-konrad/epics-base
Only Martin Konrad can upload to this branch. If you are Martin Konrad please log in for upload directions.

Branch information

Name:
backport-fix-for-lp1776141
Repository:
lp:~info-martin-konrad/epics-base

Recent commits

7632c35... by Andrew Johnson

dbpr: Catch buffer overflow from long link strings.

Fixes lp: #1776141

Currently this just truncates when we hit the end of the buffer,
a better solution is warranted.

4730e14... by Andrew Johnson

Document the PINI, POST and PRIO menus

c969f05... by Ralph Lange

AppVeyor: explicitly set default runner image (VS2015)

3947b9a... by Ralph Lange

Appveyor: whitelist 3.15 branch

- DO NOT UPMERGE TO 7.0

The AppVeyor epics-base-3 project is supposed to pull the .appveyor.yml from this branch to only build commits from 3.15.

228ad79... by Martin Konrad

Simplify addToList() function

bbc0a56... by Martin Konrad

Fix wrong PHAS order

Records with lower PHAS value than any previously loaded records
were inserted at the end of the list rather than at the beginning.
This fixes lp: #1899697. Also fixes a proto-bug in that the second
argument to the previously used ellAdd() call assumed that
offsetof(scan_element, node)==0.

Thanks to Bruno Martins for providing this patch.

ad3728d... by Andrew Johnson

Edits to the Record Ref index page

bf7a160... by Ralph Lange

Name generated junitfiles '<testname>-results.xml'

- following an idea by Freddie Akeroyd,
  to allow better distinction from other xml files

0fbfc74... by Ralph Lange

Fix missing deletion in 97b29129 from 'fix/misc'

- fixes 97b29129 that was replacing two assert() statements
  without removing the original (offending) lines

b248023... by Ralph Lange

Merge Ralph's 'fix/misc' branch into 3.15

(closes #77)