~vcs-imports/dpkg/master

  • Committer: Guillem Jover
  • Date: 2021-01-04 03:21:39 UTC
  • Revision ID: git-v1:4dae5986f96d5b1d52947e9e35a92d2e713ef0e1
libdpkg: Fix passing the allocated instdir back into fsys_set_dir()

The code was free()ing the previously allocated string too early, then
trying to strdup() it. Instead use an intermediate to free() the old
pointer before overwriting it with the new one.

Fixes: commit f13aebc8a05da51a54da55d55b023ca8199a6471
Changelog: silent
Filename Latest Rev Last Changed Committer Comment Size
..
data 8062 7 years ago Guillem Jover data: Move architecture tables to a new data direc Diff
debian 19 27 years ago Ian Jackson dpkg (1.3.0) experimental; urgency=LOW * dpkg c Diff
doc 2708 15 years ago Guillem Jover Implement triggers support Closes: #17243, #68981 Diff
dpkg-deb 1 27 years ago Ian Jackson dpkg (1.1.4); priority=MEDIUM * Allow overwriti Diff
dpkg-split 1340 18 years ago Scott James Remnant dpkg (1.13.1.0.1) experimental; urgency=low * B Diff
dselect 1 27 years ago Ian Jackson dpkg (1.1.4); priority=MEDIUM * Allow overwriti Diff
lib 1 27 years ago Ian Jackson dpkg (1.1.4); priority=MEDIUM * Allow overwriti Diff
m4 1340 18 years ago Scott James Remnant dpkg (1.13.1.0.1) experimental; urgency=low * B Diff
man 941 21 years ago Wichert Akkerman New files Diff
po 35 24 years ago Guy Maor dpkg 1.4.1 Diff
scripts 1 27 years ago Ian Jackson dpkg (1.1.4); priority=MEDIUM * Allow overwriti Diff
src 1340 18 years ago Scott James Remnant dpkg (1.13.1.0.1) experimental; urgency=low * B Diff
t 7197 8 years ago Guillem Jover test: Rename TAP test directories from test to t Diff
t-func 8103 7 years ago Guillem Jover test: Add an initial functional test suite for dpk Diff
utils 66 24 years ago Wichert Akkerman * check if we violate conflicts/depends/pre-depend Diff
.gitignore 6673 9 years ago Guillem Jover build: Switch to use libtool for the static librar 261 bytes Diff Download File
.gitlab-ci.yml 9336 3 years ago Guillem Jover build: Set DPKG_SERIES to 1.20.x when running the 1.5 KB Diff Download File
.mailmap 7730 7 years ago Guillem Jover Update mailmap 1.2 KB Diff Download File
AUTHORS 7682 7 years ago Guillem Jover doc: Update maintainers 1.2 KB Diff Download File
File autogen 8678 5 years ago Guillem Jover build: Add an autogen script This conforms to gen 36 bytes Diff Download File
ChangeLog.old 9109 4 years ago Guillem Jover doc: Fix typos Warned-by: codespell 626 KB Diff Download File
check.am 9453 3 years ago Guillem Jover build: Set SHELL in the test environment Make sur 1.6 KB Diff Download File
configure.ac 9512 3 years ago Guillem Jover build: Do not try to use <sys/sysctl.h> on GNU/Lin 7.3 KB Diff Download File
COPYING 2155 16 years ago Frank Lichtenheld Synchronise COPYING with /usr/share/common-license 17.5 KB Diff Download File
cpan.am 9511 3 years ago Guillem Jover build: Add a README.cpan to be installed as README 1.8 KB Diff Download File
File gen-changelog 9607 2 years ago Guillem Jover build: Map dpkg-m-h into dpkg-maintscript-helper w 7.6 KB Diff Download File
File get-version 9475 3 years ago Guillem Jover build: Improve error diagnosis for configure versi 1.6 KB Diff Download File
Makefile.am 9508 3 years ago Guillem Jover build: Add new gen-changelog tool This tool will 4.8 KB Diff Download File
NEWS 1340 18 years ago Scott James Remnant dpkg (1.13.1.0.1) experimental; urgency=low * B 62 bytes Diff Download File
README 9370 3 years ago Guillem Jover build: Require po4a >= 0.59 Supporting older vers 3.4 KB Diff Download File
README.l10n 9506 3 years ago Guillem Jover doc: Update l10n commit documentation Changelog: 1.9 KB Diff Download File
File run-script 8919 5 years ago Guillem Jover build: Add «set -e» to run-script The cd commands 442 bytes Diff Download File
THANKS 7636 8 years ago Guillem Jover Update Heiko Schlittermann's email address 6.4 KB Diff Download File
TODO 9115 4 years ago Guillem Jover Bump version to 1.20.0 5.1 KB Diff Download File