~ubuntu-branches/ubuntu/trusty/postgresql-9.3/trusty-updates

« back to all changes in this revision

Viewing changes to src/include/pg_config.h.in

  • Committer: Package Import Robot
  • Author(s): Martin Pitt
  • Date: 2016-02-11 15:44:43 UTC
  • mfrom: (1.1.14) (18.1.4 trusty-security)
  • Revision ID: package-import@ubuntu.com-20160211154443-4ble5sr317jm0cm6
Tags: 9.3.11-0ubuntu0.14.04
* New upstream security/bug fix release: (LP: #1544576)
  - Fix infinite loops and buffer-overrun problems in regular expressions.
    Very large character ranges in bracket expressions could cause infinite
    loops in some cases, and memory overwrites in other cases.
    (CVE-2016-0773)
  - Prevent certain PL/Java parameters from being set by non-superusers.
    This change mitigates a PL/Java security bug (CVE-2016-0766), which was
    fixed in PL/Java by marking these parameters as superuser-only. To fix
    the security hazard for sites that update PostgreSQL more frequently
    than PL/Java, make the core code aware of them also.
  - See release notes for details about other fixes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
421
421
/* Define to 1 if you have the `rl_filename_completion_function' function. */
422
422
#undef HAVE_RL_FILENAME_COMPLETION_FUNCTION
423
423
 
 
424
/* Define to 1 if you have the `rl_reset_screen_size' function. */
 
425
#undef HAVE_RL_RESET_SCREEN_SIZE
 
426
 
424
427
/* Define to 1 if you have the <security/pam_appl.h> header file. */
425
428
#undef HAVE_SECURITY_PAM_APPL_H
426
429