History log of /PHP-7.4/ext/standard/dns.c (Results 51 – 75 of 212)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# bfe7c698 15-Jul-2014 Tjerk Meesters

Added more useful warning messages


# 904dca63 15-Jul-2014 Tjerk Meesters

Changed based on comments and make its behaviour equal to the Windows version


# d0377851 13-Jul-2014 Tjerk Meesters

Fix #53092 - dns_get_record does not return false on dns server failure


# 85e2e6c1 15-Jul-2014 Tjerk Meesters

Added more useful warning messages


# 977d8449 15-Jul-2014 Tjerk Meesters

Changed based on comments and make its behaviour equal to the Windows version


# 7b44790d 13-Jul-2014 Tjerk Meesters

Fix #53092 - dns_get_record does not return false on dns server failure


# 142a01db 28-Sep-2014 Nikita Popov

Fix a couple compile warnings


# d0cb7153 19-Sep-2014 Johannes Schlüter

s/PHP 5/PHP 7/


# bf96ee95 27-Aug-2014 Anatol Belski

's' works with size_t round 4


# 32344808 27-Aug-2014 Anatol Belski

first show to make 's' work with size_t


# c3e3c98e 25-Aug-2014 Anatol Belski

master renames phase 1


# 633cc420 19-Aug-2014 Remi Collet

fix merge issue in previous (again)


# ddd1e2a8 19-Aug-2014 Remi Collet

fix merge issue in previous


# 2fefae47 19-Aug-2014 Remi Collet

Fixed Sec Bug #67717 segfault in dns_get_record CVE-2014-3597

Incomplete fix for CVE-2014-4049

Check possible buffer overflow
- pass real buffer end to dn_expand calls
- che

Fixed Sec Bug #67717 segfault in dns_get_record CVE-2014-3597

Incomplete fix for CVE-2014-4049

Check possible buffer overflow
- pass real buffer end to dn_expand calls
- check buffer len before each read

show more ...


# 529da0f7 19-Aug-2014 Stanislav Malyshev

Fixed bug #67717 - segfault in dns_get_record


# cb25136f 16-Aug-2014 Anatol Belski

fix macros in the 5 basic extensions


Revision tags: php-5.4.31RC1, php-5.5.15RC1, php-5.6.0RC2, php-5.4.30, php-5.5.14, php-5.6.0RC1, php-5.5.14RC1, php-5.4.30RC1
# 21525d04 10-Jun-2014 Sara Golemon

Fix potential segfault in dns_get_record()

If the remote sends us a packet with a malformed TXT record,
we could end up trying to over-consume the packet and wander
off into overruns.


# d400b742 10-Jun-2014 Sara Golemon

Fix potential segfault in dns_get_record()

If the remote sends us a packet with a malformed TXT record,
we could end up trying to over-consume the packet and wander
off into overruns.


# 4f73394f 10-Jun-2014 Sara Golemon

Fix potential segfault in dns_get_record()

If the remote sends us a packet with a malformed TXT record,
we could end up trying to over-consume the packet and wander
off into overruns.


# c1965f58 05-Jun-2014 Dmitry Stogov

Use reference counting instead of zval duplication


Revision tags: php-5.6.0beta4, php-5.4.29, php-5.5.13, php-5.5.13RC1, php-5.6.0beta3, php-5.4.29RC1, php-5.6.0beta2, php-5.5.12, php-5.4.28, php-5.4.28RC1
# 6cf5e51f 15-Apr-2014 Dmitry Stogov

Reduced memory realocations


Revision tags: php-5.5.12RC1
# 050d7e38 15-Apr-2014 Dmitry Stogov

Cleanup (1-st round)


Revision tags: php-5.6.0beta1, php-5.4.27, php-5.5.11, php-5.5.11RC1, php-5.4.27RC1, php-5.5.10, php-5.4.26
# dae6e672 03-Mar-2014 Xinchen Hui

Fixed reference arguments handling


# b4ccb6a9 03-Mar-2014 Xinchen Hui

Refactor gethostbyname to returing zend_string


Revision tags: php-5.6.0alpha3, php-5.4.26RC1, php-5.5.10RC1
# 40e053e7 13-Feb-2014 Dmitry Stogov

Use better data structures (incomplete)


123456789