Skip to content

Commit

Permalink
texlive: fix CVE-2016-10243
Browse files Browse the repository at this point in the history
  • Loading branch information
vcunat committed Mar 25, 2017
1 parent dc514b2 commit 8c4339a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/tools/typesetting/tex/texlive/combine.nix
Expand Up @@ -111,6 +111,7 @@ in buildEnv {
-e "s,\$SELFAUTODIR,$out/share,g" \
-e "s,\$SELFAUTOPARENT,$out/share,g" \
-e "s,\$SELFAUTOGRANDPARENT,$out/share,g" \
-e "/^mpost,/d" `# CVE-2016-10243` \
"$cnfOrig" > ./texmf.cnf
patchCnfLua "./texmfcnf.lua"
Expand Down

0 comments on commit 8c4339a

Please sign in to comment.