id
stringlengths
15
17
content
stringlengths
5.4k
1.04M
max_stars_repo_path
stringlengths
74
98
manybugs_data_1
/* $Id$ */ /* * Copyright (c) 1988-1997 Sam Leffler * Copyright (c) 1991-1997 Silicon Graphics, Inc. * * Permission to use, copy, modify, distribute, and sell this software and * its documentation for any purpose is hereby granted without fee, provided * that (i) the above copyright notices and this permission ...
Defects4J/APR_LLMs/code/LLM_repair/ManyBugs/buggy_programs/libtiff_2005-12-21-3b848a7-3edb9cd.c
manybugs_data_2
/* +----------------------------------------------------------------------+ | PHP Version 5 | +----------------------------------------------------------------------+ | Copyright (c) 1997-2011 The PHP Group | +--------------...
Defects4J/APR_LLMs/code/LLM_repair/ManyBugs/buggy_programs/php_2011-10-16-1f78177e2b-d4ae4e79db.c
manybugs_data_3
/* +----------------------------------------------------------------------+ | Zend Engine | +----------------------------------------------------------------------+ | Copyright (c) 1998-2011 Zend Technologies Ltd. (http://www.zend.com) | +---------...
Defects4J/APR_LLMs/code/LLM_repair/ManyBugs/buggy_programs/php_2011-11-19-51a4ae6576-bc810a443d.c
manybugs_data_4
#include <sys/types.h> #include <sys/stat.h> #include <limits.h> #include <errno.h> #include <fcntl.h> #include <stdlib.h> #include <string.h> #include <time.h> #include <ctype.h> #include <assert.h> #include <stdio.h> #include "settings.h" #include "response.h" #include "keyvalue.h" #include "log.h" #include "stat...
Defects4J/APR_LLMs/code/LLM_repair/ManyBugs/buggy_programs/lighttpd_1948-1949.c
manybugs_data_5
/* Signal module -- many thanks to Lance Ellinghaus */ /* XXX Signals should be recorded per thread, now we have thread state. */ #include "Python.h" #ifdef MS_WINDOWS #include <Windows.h> #ifdef HAVE_PROCESS_H #include <process.h> #endif #endif #ifdef HAVE_SIGNAL_H #include <signal.h> #endif #ifdef HAVE_SYS_STAT_...
Defects4J/APR_LLMs/code/LLM_repair/ManyBugs/buggy_programs/python_69934-69935.c
manybugs_data_6
/* * make sure _GNU_SOURCE is defined */ #ifndef _GNU_SOURCE #define _GNU_SOURCE #endif #include <sys/types.h> #include <sys/stat.h> #include <ctype.h> #include <stdlib.h> #include <string.h> #include <fcntl.h> /* only the defines on windows */ #include <errno.h> #include <time.h> #include <stdio.h> #include "bas...
Defects4J/APR_LLMs/code/LLM_repair/ManyBugs/buggy_programs/lighttpd_2661-2662.c
manybugs_data_7
/* +----------------------------------------------------------------------+ | Zend Engine | +----------------------------------------------------------------------+ | Copyright (c) 1998-2011 Zend Technologies Ltd. (http://www.zend.com) | +---------...
Defects4J/APR_LLMs/code/LLM_repair/ManyBugs/buggy_programs/php_2011-04-19-11941b3fd2-821d7169d9.c
manybugs_data_8
/* +----------------------------------------------------------------------+ | PHP Version 5 | +----------------------------------------------------------------------+ | Copyright (c) 1997-2011 The PHP Group | +---------...
Defects4J/APR_LLMs/code/LLM_repair/ManyBugs/buggy_programs/php_2011-03-11-d890ece3fc-6e74d95f34.c
manybugs_data_9
/* +----------------------------------------------------------------------+ | PHP Version 5 | +----------------------------------------------------------------------+ | Copyright (c) 1997-2012 The PHP Group | +--------...
Defects4J/APR_LLMs/code/LLM_repair/ManyBugs/buggy_programs/php_2012-01-27-544e36dfff-acaf9c5227.c
manybugs_data_10
/* +----------------------------------------------------------------------+ | PHP Version 5 | +----------------------------------------------------------------------+ | Copyright (c) 1997-2011 The PHP Group | +---------...
Defects4J/APR_LLMs/code/LLM_repair/ManyBugs/buggy_programs/php_2011-03-19-5d0c948296-8deb11c0c3.c
manybugs_data_11
/* +----------------------------------------------------------------------+ | Zend Engine | +----------------------------------------------------------------------+ | Copyright (c) 1998-2011 Zend Technologies Ltd. (http://www.zend.com) | +---------...
Defects4J/APR_LLMs/code/LLM_repair/ManyBugs/buggy_programs/php_2011-12-04-b3ad0b7af7-1d6c98a136.c
manybugs_data_12
/* +----------------------------------------------------------------------+ | PHP Version 5 | +----------------------------------------------------------------------+ | Copyright (c) 1997-2011 The PHP Group | +---------...
Defects4J/APR_LLMs/code/LLM_repair/ManyBugs/buggy_programs/php_2011-11-11-fcbfbea8d2-c1e510aea8.c
manybugs_data_13
/* Peephole optimizations for bytecode compiler. */ #include "Python.h" #include "Python-ast.h" #include "node.h" #include "ast.h" #include "code.h" #include "symtable.h" #include "opcode.h" #define GETARG(arr, i) ((int)((arr[i+2]<<8) + arr[i+1])) #define UNCONDITIONAL_JUMP(op) (op==JUMP_ABSOLUTE || op==JUMP_FORWAR...
Defects4J/APR_LLMs/code/LLM_repair/ManyBugs/buggy_programs/python_69368-69372.c
manybugs_data_14
/* This file is part of drd, a thread error detector. Copyright (C) 2006-2011 Bart Van Assche <bvanassche@acm.org>. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the ...
Defects4J/APR_LLMs/code/LLM_repair/ManyBugs/buggy_programs/valgrind_12474-12475.c
manybugs_data_15
/* +----------------------------------------------------------------------+ | Zend Engine | +----------------------------------------------------------------------+ | Copyright (c) 1998-2011 Zend Technologies Ltd. (http://www.zend.com) | +---------...
Defects4J/APR_LLMs/code/LLM_repair/ManyBugs/buggy_programs/php_2011-10-31-c4eb5f2387-2e5d5e5ac6.c
manybugs_data_16
/* Generated by re2c 0.13.5 on Fri Nov 25 16:42:37 2011 */ #line 1 "ext/date/lib/parse_date.re" /* +----------------------------------------------------------------------+ | PHP Version 5 | +-----------------------------------------------------------------...
Defects4J/APR_LLMs/code/LLM_repair/ManyBugs/buggy_programs/php_2011-11-26-7c2946f80e-dc6ecd21ee.c
manybugs_data_17
#include <sys/types.h> #include <errno.h> #include <stdlib.h> #include <string.h> #include <signal.h> #include <ctype.h> #include <assert.h> #include <stdio.h> #include <fcntl.h> #include "server.h" #include "keyvalue.h" #include "log.h" #include "connections.h" #include "joblist.h" #include "fdevent.h" #include "p...
Defects4J/APR_LLMs/code/LLM_repair/ManyBugs/buggy_programs/lighttpd_1913-1914.c
manybugs_data_18
/* +----------------------------------------------------------------------+ | phar php single-file executable PHP extension | +----------------------------------------------------------------------+ | Copyright (c) 2005-2011 The PHP Group | +--------------...
Defects4J/APR_LLMs/code/LLM_repair/ManyBugs/buggy_programs/php_2011-11-19-eeba0b5681-f330c8ab4e.c
manybugs_data_19
/* +----------------------------------------------------------------------+ | PHP Version 5 | +----------------------------------------------------------------------+ | Copyright (c) 1997-2011 The PHP Group | +---------...
Defects4J/APR_LLMs/code/LLM_repair/ManyBugs/buggy_programs/php_2011-01-30-5bb0a44e06-1e91069eb4.c
manybugs_data_20
/* +----------------------------------------------------------------------+ | PHP Version 5 | +----------------------------------------------------------------------+ | Copyright (c) 1997-2012 The PHP Group | +--------...
Defects4J/APR_LLMs/code/LLM_repair/ManyBugs/buggy_programs/php_2012-02-12-3d898cfa3f-af92365239.c
manybugs_data_21
/* +----------------------------------------------------------------------+ | PHP Version 5 | +----------------------------------------------------------------------+ | Copyright (c) 1997-2011 The PHP Group | +---------...
Defects4J/APR_LLMs/code/LLM_repair/ManyBugs/buggy_programs/php_2011-01-18-b5e12bd4da-163b3bcec9.c
manybugs_data_22
/* +----------------------------------------------------------------------+ | PHP Version 5 | +----------------------------------------------------------------------+ | Copyright (c) 1997-2011 The PHP Group | +---------...
Defects4J/APR_LLMs/code/LLM_repair/ManyBugs/buggy_programs/php_2011-03-23-63673a533f-2adf58cfcf.c
manybugs_data_23
/* $Id$ */ /* * Copyright (c) 1988-1997 Sam Leffler * Copyright (c) 1991-1997 Silicon Graphics, Inc. * * Permission to use, copy, modify, distribute, and sell this software and * its documentation for any purpose is hereby granted without fee, provided * that (i) the above copyright notices and this permission ...
Defects4J/APR_LLMs/code/LLM_repair/ManyBugs/buggy_programs/libtiff_2009-08-28-e8a47d4-023b6df.c
manybugs_data_24
/* gzip (GNU zip) -- compress files with zip algorithm and 'compress' interface Copyright (C) 1999, 2001-2002, 2006-2007, 2009 Free Software Foundation, Inc. Copyright (C) 1992-1993 Jean-loup Gailly This program is free software; you can redistribute it and/or modify it under the terms of the GNU Gener...
Defects4J/APR_LLMs/code/LLM_repair/ManyBugs/buggy_programs/gzip_2009-10-09-1a085b1446-118a107f2d.c
manybugs_data_25
/* mpn_powm -- Compute R = U^E mod M. Contributed to the GNU project by Torbjorn Granlund. THE FUNCTIONS IN THIS FILE ARE INTERNAL WITH MUTABLE INTERFACES. IT IS ONLY SAFE TO REACH THEM THROUGH DOCUMENTED INTERFACES. IN FACT, IT IS ALMOST GUARANTEED THAT THEY WILL CHANGE OR DISAPPEAR IN A FUTURE GNU MP ...
Defects4J/APR_LLMs/code/LLM_repair/ManyBugs/buggy_programs/gmp_13420-13421.c
manybugs_data_26
/* +----------------------------------------------------------------------+ | Zend Engine | +----------------------------------------------------------------------+ | Copyright (c) 1998-2011 Zend Technologies Ltd. (http://www.zend.com) | +---------...
Defects4J/APR_LLMs/code/LLM_repair/ManyBugs/buggy_programs/php_2011-11-01-d2881adcbc-4591498df7.c
manybugs_data_27
/* gzip (GNU zip) -- compress files with zip algorithm and 'compress' interface Copyright (C) 1999, 2001-2002, 2006-2007, 2009-2010 Free Software Foundation, Inc. Copyright (C) 1992-1993 Jean-loup Gailly This program is free software; you can redistribute it and/or modify it under the terms of the GNU ...
Defects4J/APR_LLMs/code/LLM_repair/ManyBugs/buggy_programs/gzip_2010-02-19-3eb6091d69-884ef6d16c.c
manybugs_data_28
#include <ctype.h> #include <stdlib.h> #include <string.h> #include "base.h" #include "log.h" #include "buffer.h" #include "plugin.h" #ifdef HAVE_CONFIG_H #include "config.h" #endif #ifdef USE_OPENSSL # include <openssl/md5.h> #else # include "md5.h" #endif #define HASHLEN 16 typedef unsigned char HASH[HASHLEN]; #...
Defects4J/APR_LLMs/code/LLM_repair/ManyBugs/buggy_programs/lighttpd_2254-2259.c
manybugs_data_29
/* Inflate deflated data Copyright (C) 1997, 1998, 1999, 2002, 2006 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3, or (at your option...
Defects4J/APR_LLMs/code/LLM_repair/ManyBugs/buggy_programs/gzip_2009-08-16-3fe0caeada-39a362ae9d.c
manybugs_data_30
/* +----------------------------------------------------------------------+ | PHP Version 5 | +----------------------------------------------------------------------+ | Copyright (c) 1997-2011 The PHP Group | +--------...
Defects4J/APR_LLMs/code/LLM_repair/ManyBugs/buggy_programs/php_2011-04-06-18d71a6f59-187eb235fe.c
manybugs_data_31
/* Remote utility routines for the remote server for GDB. Copyright (C) 1986, 1989, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2011 Free Software Foundation, Inc. This file is part of GDB. It has been modified to integrate it in valgrind This program is free ...
Defects4J/APR_LLMs/code/LLM_repair/ManyBugs/buggy_programs/valgrind_11817-11818.c
manybugs_data_32
/* +----------------------------------------------------------------------+ | PHP Version 5 | +----------------------------------------------------------------------+ | Copyright (c) 1997-2011 The PHP Group | +---------...
Defects4J/APR_LLMs/code/LLM_repair/ManyBugs/buggy_programs/php_2011-02-27-e65d361fde-1d984a7ffd.c
manybugs_data_33
/* $Id$ */ /* * Copyright (c) 1988-1997 Sam Leffler * Copyright (c) 1991-1997 Silicon Graphics, Inc. * * Permission to use, copy, modify, distribute, and sell this software and * its documentation for any purpose is hereby granted without fee, provided * that (i) the above copyright notices and this permission ...
Defects4J/APR_LLMs/code/LLM_repair/ManyBugs/buggy_programs/libtiff_2006-02-23-b2ce5d8-207c78a.c
manybugs_data_34
/* +----------------------------------------------------------------------+ | Zend Engine | +----------------------------------------------------------------------+ | Copyright (c) 1998-2011 Zend Technologies Ltd. (http://www.zend.com) | +---------...
Defects4J/APR_LLMs/code/LLM_repair/ManyBugs/buggy_programs/php_2011-04-06-187eb235fe-2e25ec9eb7.c
manybugs_data_35
/* mpz_gcdext(g, s, t, a, b) -- Set G to gcd(a, b), and S and T such that g = as + bt. Copyright 1991, 1993, 1994, 1995, 1996, 1997, 2000, 2001, 2005, 2011 Free Software Foundation, Inc. This file is part of the GNU MP Library. The GNU MP Library is free software; you can redistribute it and/or modify it under th...
Defects4J/APR_LLMs/code/LLM_repair/ManyBugs/buggy_programs/gmp_14166-14167.c
manybugs_data_36
/* +----------------------------------------------------------------------+ | PHP Version 5 | +----------------------------------------------------------------------+ | Copyright (c) 1997-2012 The PHP Group | +---------...
Defects4J/APR_LLMs/code/LLM_repair/ManyBugs/buggy_programs/php_2012-03-12-7aefbf70a8-efc94f3115.c
manybugs_data_37
/* +----------------------------------------------------------------------+ | PHP Version 5 | +----------------------------------------------------------------------+ | Copyright (c) 1997-2011 The PHP Group | +---------...
Defects4J/APR_LLMs/code/LLM_repair/ManyBugs/buggy_programs/php_2011-12-10-74343ca506-52c36e60c4.c
manybugs_data_38
/* Generated by re2c 0.13.5 on Tue Jan 17 11:54:12 2012 */ #line 1 "Zend/zend_language_scanner.l" /* +----------------------------------------------------------------------+ | Zend Engine | +---------------------------------------------------------------...
Defects4J/APR_LLMs/code/LLM_repair/ManyBugs/buggy_programs/php_2012-02-20-0cb26060af-eefefddc0e.c
manybugs_data_39
/* +----------------------------------------------------------------------+ | Zend Engine | +----------------------------------------------------------------------+ | Copyright (c) 1998-2011 Zend Technologies Ltd. (http://www.zend.com) | +---------...
Defects4J/APR_LLMs/code/LLM_repair/ManyBugs/buggy_programs/php_2011-11-02-de50e98a07-8d520d6296.c
manybugs_data_40
/* +----------------------------------------------------------------------+ | Zend Engine | +----------------------------------------------------------------------+ | Copyright (c) 1998-2011 Zend Technologies Ltd. (http://www.zend.com) | +---------...
Defects4J/APR_LLMs/code/LLM_repair/ManyBugs/buggy_programs/php_2011-05-17-453c954f8a-daecb2c0f4.c
manybugs_data_41
/* +----------------------------------------------------------------------+ | PHP Version 5 | +----------------------------------------------------------------------+ | Copyright (c) 1997-2012 The PHP Group | +---------...
Defects4J/APR_LLMs/code/LLM_repair/ManyBugs/buggy_programs/php_2012-01-16-36df53421e-f32760bd40.c
manybugs_data_42
/* $Id$ */ /* * Copyright (c) 1988-1997 Sam Leffler * Copyright (c) 1991-1997 Silicon Graphics, Inc. * * Permission to use, copy, modify, distribute, and sell this software and * its documentation for any purpose is hereby granted without fee, provided * that (i) the above copyright notices and this permission ...
Defects4J/APR_LLMs/code/LLM_repair/ManyBugs/buggy_programs/libtiff_2007-07-13-09e8220-f2d989d.c
manybugs_data_43
/* +----------------------------------------------------------------------+ | phar php single-file executable PHP extension | +----------------------------------------------------------------------+ | Copyright (c) 2005-2011 The PHP Group | +--------------...
Defects4J/APR_LLMs/code/LLM_repair/ManyBugs/buggy_programs/php_2011-02-01-fefe9fc5c7-0927309852.c
manybugs_data_44
/*--------------------------------------------------------------------*/ /*--- An implementation of malloc/free which doesn't use sbrk. ---*/ /*--- m_mallocfree.c ---*/ /*--------------------------------------------------------------------*/ /* This file is part of...
Defects4J/APR_LLMs/code/LLM_repair/ManyBugs/buggy_programs/valgrind_12641-12642.c
manybugs_data_45
/* +----------------------------------------------------------------------+ | PHP Version 5 | +----------------------------------------------------------------------+ | Copyright (c) 1997-2011 The PHP Group | +---------...
Defects4J/APR_LLMs/code/LLM_repair/ManyBugs/buggy_programs/php_2011-02-04-793cfe1376-109b8e99e0.c
manybugs_data_46
/* +----------------------------------------------------------------------+ | PHP Version 5 | +----------------------------------------------------------------------+ | Copyright (c) 1997-2012 The PHP Group | +---------...
Defects4J/APR_LLMs/code/LLM_repair/ManyBugs/buggy_programs/php_2012-03-12-438a30f1e7-7337a901b7.c
manybugs_data_47
/* $Id$ */ /* tiffcrop.c -- a port of tiffcp.c extended to include manipulations of * the image data through additional options listed below * * Original code: * Copyright (c) 1988-1997 Sam Leffler * Copyright (c) 1991-1997 Silicon Graphics, Inc. * * Permission to use, copy, modify, distribute, and sell this so...
Defects4J/APR_LLMs/code/LLM_repair/ManyBugs/buggy_programs/libtiff_2009-02-05-764dbba-2e42d63.c
manybugs_data_48
/* +----------------------------------------------------------------------+ | PHP Version 5 | +----------------------------------------------------------------------+ | Copyright (c) 1997-2011 The PHP Group | +---------...
Defects4J/APR_LLMs/code/LLM_repair/ManyBugs/buggy_programs/php_2011-11-15-236120d80e-fb37f3b20d.c
manybugs_data_49
/* reassemble.c * Routines for {fragment,segment} reassembly * * $Id: reassemble.c 37112 2011-05-13 05:19:23Z etxrab $ * * Wireshark - Network traffic analyzer * By Gerald Combs <gerald@wireshark.org> * Copyright 1998 Gerald Combs * * This program is free software; you can redistribute it and/or * modify it u...
Defects4J/APR_LLMs/code/LLM_repair/ManyBugs/buggy_programs/wireshark_37112-37111.c
manybugs_data_50
/* +----------------------------------------------------------------------+ | PHP Version 5 | +----------------------------------------------------------------------+ | Copyright (c) 1997-2012 The PHP Group | +---------...
Defects4J/APR_LLMs/code/LLM_repair/ManyBugs/buggy_programs/php_2012-02-08-ff63c09e6f-6672171672.c
manybugs_data_51
/* +----------------------------------------------------------------------+ | PHP Version 5 | +----------------------------------------------------------------------+ | Copyright (c) 1997-2011 The PHP Group | +---------...
Defects4J/APR_LLMs/code/LLM_repair/ManyBugs/buggy_programs/php_2011-01-18-95388b7cda-b9b1fb1827.c
manybugs_data_52
/* +----------------------------------------------------------------------+ | Zend Engine | +----------------------------------------------------------------------+ | Copyright (c) 1998-2011 Zend Technologies Ltd. (http://www.zend.com) | +---------...
Defects4J/APR_LLMs/code/LLM_repair/ManyBugs/buggy_programs/php_2011-11-04-9da01ac6b6-7334dfd7eb.c
manybugs_data_53
/* +----------------------------------------------------------------------+ | Zend Engine | +----------------------------------------------------------------------+ | Copyright (c) 1998-2011 Zend Technologies Ltd. (http://www.zend.com) | +---------...
Defects4J/APR_LLMs/code/LLM_repair/ManyBugs/buggy_programs/php_2011-05-13-db0c957f02-8ba00176f1.c
manybugs_data_54
/* +----------------------------------------------------------------------+ | Zend Engine | +----------------------------------------------------------------------+ | Copyright (c) 1998-2012 Zend Technologies Ltd. (http://www.zend.com) | +---------...
Defects4J/APR_LLMs/code/LLM_repair/ManyBugs/buggy_programs/php_2012-02-25-c1322d2505-cfa9c90b20.c
manybugs_data_55
/* +----------------------------------------------------------------------+ | PHP Version 5 | +----------------------------------------------------------------------+ | Copyright (c) 1997-2012 The PHP Group | +---------...
Defects4J/APR_LLMs/code/LLM_repair/ManyBugs/buggy_programs/php_2012-03-08-0169020e49-cdc512afb3.c
manybugs_data_56
/* +----------------------------------------------------------------------+ | Zend Engine | +----------------------------------------------------------------------+ | Copyright (c) 1998-2011 Zend Technologies Ltd. (http://www.zend.com) | +---------...
Defects4J/APR_LLMs/code/LLM_repair/ManyBugs/buggy_programs/php_2011-02-11-f912a2d087-b84967d3e2.c
manybugs_data_57
/* +----------------------------------------------------------------------+ | Zend Engine | +----------------------------------------------------------------------+ | Copyright (c) 1998-2011 Zend Technologies Ltd. (http://www.zend.com) | +---------...
Defects4J/APR_LLMs/code/LLM_repair/ManyBugs/buggy_programs/php_2011-11-01-ceac9dc490-9b0d73af1d.c
manybugs_data_58
/* +----------------------------------------------------------------------+ | Zend Engine | +----------------------------------------------------------------------+ | Copyright (c) 1998-2011 Zend Technologies Ltd. (http://www.zend.com) | +---------...
Defects4J/APR_LLMs/code/LLM_repair/ManyBugs/buggy_programs/php_2011-11-08-c3e56a152c-3598185a74.c
manybugs_data_59
/* $Id$ */ /* * Copyright (c) 1988-1997 Sam Leffler * Copyright (c) 1991-1997 Silicon Graphics, Inc. * * Permission to use, copy, modify, distribute, and sell this software and * its documentation for any purpose is hereby granted without fee, provided * that (i) the above copyright notices and this permission n...
Defects4J/APR_LLMs/code/LLM_repair/ManyBugs/buggy_programs/libtiff_2007-08-24-827b6bc-22da1d6.c
manybugs_data_60
/* +----------------------------------------------------------------------+ | PHP Version 5 | +----------------------------------------------------------------------+ | Copyright (c) 1997-2011 The PHP Group | +---------...
Defects4J/APR_LLMs/code/LLM_repair/ManyBugs/buggy_programs/php_2011-04-07-d3274b7f20-77ed819430.c
manybugs_data_61
/* reassemble.c * Routines for {fragment,segment} reassembly * * $Id: reassemble.c 37112 2011-05-13 05:19:23Z etxrab $ * * Wireshark - Network traffic analyzer * By Gerald Combs <gerald@wireshark.org> * Copyright 1998 Gerald Combs * * This program is free software; you can redistribute it and/or * modify it u...
Defects4J/APR_LLMs/code/LLM_repair/ManyBugs/buggy_programs/wireshark_37122-37123.c
manybugs_data_62
/* +----------------------------------------------------------------------+ | phar php single-file executable PHP extension | +----------------------------------------------------------------------+ | Copyright (c) 2005-2011 The PHP Group | +--------------...
Defects4J/APR_LLMs/code/LLM_repair/ManyBugs/buggy_programs/php_2011-03-25-8138f7de40-3acdca4703.c
manybugs_data_63
/* zlibmodule.c -- gzip-compatible data compression */ /* See http://www.gzip.org/zlib/ */ /* Windows users: read Python's PCbuild\readme.txt */ #include "Python.h" #include "structmember.h" #include "zlib.h" #ifdef WITH_THREAD #include "pythread.h" #define ENTER_ZLIB(obj) \ Py_BEGIN_ALLOW_THREADS;...
Defects4J/APR_LLMs/code/LLM_repair/ManyBugs/buggy_programs/python_70098-70101.c
manybugs_data_64
/* +----------------------------------------------------------------------+ | PHP Version 5 | +----------------------------------------------------------------------+ | Copyright (c) 1997-2011 The PHP Group | +---------...
Defects4J/APR_LLMs/code/LLM_repair/ManyBugs/buggy_programs/php_2011-02-05-c50b3d7add-426f31e790.c
manybugs_data_65
/* $Id$ */ /* * Copyright (c) 1988-1997 Sam Leffler * Copyright (c) 1991-1997 Silicon Graphics, Inc. * * Permission to use, copy, modify, distribute, and sell this software and * its documentation for any purpose is hereby granted without fee, provided * that (i) the above copyright notices and this permission n...
Defects4J/APR_LLMs/code/LLM_repair/ManyBugs/buggy_programs/libtiff_2007-11-02-371336d-865f7b2.c
manybugs_data_66
#include <sys/stat.h> #include <limits.h> #include <stdlib.h> #include <string.h> #include <stdio.h> #include <ctype.h> #include <errno.h> #include "request.h" #include "keyvalue.h" #include "log.h" #include "http_req.h" #include "sys-strings.h" static int request_check_hostname(buffer *host) { enum { DOMAINLABEL,...
Defects4J/APR_LLMs/code/LLM_repair/ManyBugs/buggy_programs/lighttpd_2785-2786.c
manybugs_data_67
/* Generated by re2c 0.13.5 on Sun Jan 1 17:47:27 2012 */ #line 1 "Zend/zend_language_scanner.l" /* +----------------------------------------------------------------------+ | Zend Engine | +---------------------------------------------------------------...
Defects4J/APR_LLMs/code/LLM_repair/ManyBugs/buggy_programs/php_2012-01-17-032d140fd6-877f97cde1.c
manybugs_data_68
/*--------------------------------------------------------------------*/ /*--- Helgrind: a Valgrind tool for detecting errors ---*/ /*--- in threaded programs. hg_main.c ---*/ /*--------------------------------------------------------------------*/ /* This file is part of...
Defects4J/APR_LLMs/code/LLM_repair/ManyBugs/buggy_programs/valgrind_11623-11624.c
manybugs_data_69
/* An implementation of Buffered I/O as defined by PEP 3116 - "New I/O" Classes defined here: BufferedIOBase, BufferedReader, BufferedWriter, BufferedRandom. Written by Amaury Forgeot d'Arc and Antoine Pitrou */ #define PY_SSIZE_T_CLEAN #include "Python.h" #include "structmember.h" #include "pythread...
Defects4J/APR_LLMs/code/LLM_repair/ManyBugs/buggy_programs/python_70056-70059.c
manybugs_data_70
/*--------------------------------------------------------------------*/ /*--- Startup: the real stuff m_main.c ---*/ /*--------------------------------------------------------------------*/ /* This file is part of Valgrind, a dynamic binary instrumentation framework. Copyright (...
Defects4J/APR_LLMs/code/LLM_repair/ManyBugs/buggy_programs/valgrind_12854-12855.c
manybugs_data_71
/* $Id$ */ /* * Copyright (c) 1988-1997 Sam Leffler * Copyright (c) 1991-1997 Silicon Graphics, Inc. * * Permission to use, copy, modify, distribute, and sell this software and * its documentation for any purpose is hereby granted without fee, provided * that (i) the above copyright notices and this permission ...
Defects4J/APR_LLMs/code/LLM_repair/ManyBugs/buggy_programs/libtiff_2006-03-03-a72cf60-0a36d7f.c
manybugs_data_72
/* This file is part of drd, a thread error detector. Copyright (C) 2006-2011 Bart Van Assche <bvanassche@acm.org>. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the ...
Defects4J/APR_LLMs/code/LLM_repair/ManyBugs/buggy_programs/valgrind_12474-12473.c
manybugs_data_73
/* +----------------------------------------------------------------------+ | Zend Engine | +----------------------------------------------------------------------+ | Copyright (c) 1998-2011 Zend Technologies Ltd. (http://www.zend.com) | +---------...
Defects4J/APR_LLMs/code/LLM_repair/ManyBugs/buggy_programs/php_2011-11-23-eca88d3064-db0888dfc1.c
manybugs_data_74
/* +----------------------------------------------------------------------+ | PHP Version 5 | +----------------------------------------------------------------------+ | Copyright (c) 1997-2012 The PHP Group | +---------...
Defects4J/APR_LLMs/code/LLM_repair/ManyBugs/buggy_programs/php_2012-01-01-80dd931d40-7c3177e5ab.c
manybugs_data_75
/* +----------------------------------------------------------------------+ | Zend Engine | +----------------------------------------------------------------------+ | Copyright (c) 1998-2012 Zend Technologies Ltd. (http://www.zend.com) | +---------...
Defects4J/APR_LLMs/code/LLM_repair/ManyBugs/buggy_programs/php_2012-03-04-60dfd64bf2-34fe62619d.c
manybugs_data_76
/* * libfb - FreeBASIC's runtime library * Copyright (C) 2004-2011 The FreeBASIC development team. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of th...
Defects4J/APR_LLMs/code/LLM_repair/ManyBugs/buggy_programs/fbc_5556-5557.c
manybugs_data_77
/* $Id$ */ /* * Copyright (c) 1988-1997 Sam Leffler * Copyright (c) 1991-1997 Silicon Graphics, Inc. * * Revised: 2/18/01 BAR -- added syntax for extracting single images from * multi-image TIFF files. * * New syntax is: sourceFileName,image# * * image# ranges from 0..<n-1> wher...
Defects4J/APR_LLMs/code/LLM_repair/ManyBugs/buggy_programs/libtiff_2009-06-30-b44af47-e0b51f3.c
manybugs_data_78
/* gzip (GNU zip) -- compress files with zip algorithm and 'compress' interface Copyright (C) 1999, 2001-2002, 2006-2007, 2009 Free Software Foundation, Inc. Copyright (C) 1992-1993 Jean-loup Gailly This program is free software; you can redistribute it and/or modify it under the terms of the GNU Gener...
Defects4J/APR_LLMs/code/LLM_repair/ManyBugs/buggy_programs/gzip_2009-09-26-a1d3d4019d-f17cbd13a1.c
manybugs_data_79
/* +----------------------------------------------------------------------+ | Zend Engine | +----------------------------------------------------------------------+ | Copyright (c) 1998-2012 Zend Technologies Ltd. (http://www.zend.com) | +---------...
Defects4J/APR_LLMs/code/LLM_repair/ManyBugs/buggy_programs/php_2012-02-25-38b549ea2f-1923ecfe25.c
manybugs_data_80
/* +----------------------------------------------------------------------+ | Zend Engine | +----------------------------------------------------------------------+ | Copyright (c) 1998-2011 Zend Technologies Ltd. (http://www.zend.com) | +---------...
Defects4J/APR_LLMs/code/LLM_repair/ManyBugs/buggy_programs/php_2011-10-30-c1a4a36c14-5921e73a37.c
manybugs_data_81
/* +----------------------------------------------------------------------+ | PHP Version 5 | +----------------------------------------------------------------------+ | Copyright (c) 1997-2011 The PHP Group | +---------...
Defects4J/APR_LLMs/code/LLM_repair/ManyBugs/buggy_programs/php_2011-04-09-db01e840c2-09b990f499.c
manybugs_data_82
/* +----------------------------------------------------------------------+ | PHP Version 5 | +----------------------------------------------------------------------+ | Copyright (c) 1997-2011 The PHP Group | +--------------...
Defects4J/APR_LLMs/code/LLM_repair/ManyBugs/buggy_programs/php_2011-12-04-1e6a82a1cf-dfa08dc325.c
manybugs_data_83
/* select - Module containing unix select(2) call. Under Unix, the file descriptors are small integers. Under Win32, select only exists for sockets, and sockets may have any value except INVALID_SOCKET. */ #include "Python.h" #include <structmember.h> #ifdef __APPLE__ /* Perform runtime testing for a bro...
Defects4J/APR_LLMs/code/LLM_repair/ManyBugs/buggy_programs/python_69223-69224.c
manybugs_data_84
/* Generated by re2c 0.13.5 on Wed Feb 15 17:27:19 2012 */ #line 1 "Zend/zend_language_scanner.l" /* +----------------------------------------------------------------------+ | Zend Engine | +---------------------------------------------------------------...
Defects4J/APR_LLMs/code/LLM_repair/ManyBugs/buggy_programs/php_2012-03-02-730b54a374-1953161b8c.c
manybugs_data_85
/* +----------------------------------------------------------------------+ | Zend Engine | +----------------------------------------------------------------------+ | Copyright (c) 1998-2011 Zend Technologies Ltd. (http://www.zend.com) | +---------...
Defects4J/APR_LLMs/code/LLM_repair/ManyBugs/buggy_programs/php_2011-10-15-0a1cc5f01c-05c5c8958e.c
manybugs_data_86
/* +----------------------------------------------------------------------+ | Zend Engine | +----------------------------------------------------------------------+ | Copyright (c) 1998-2011 Zend Technologies Ltd. (http://www.zend.com) | +---------...
Defects4J/APR_LLMs/code/LLM_repair/ManyBugs/buggy_programs/php_2011-10-31-2e5d5e5ac6-b5f15ef561.c
manybugs_data_87
/* +----------------------------------------------------------------------+ | PHP Version 5 | +----------------------------------------------------------------------+ | Copyright (c) 1997-2011 The PHP Group | +---------...
Defects4J/APR_LLMs/code/LLM_repair/ManyBugs/buggy_programs/php_2011-11-22-ecc6c335c5-b548293b99.c
manybugs_data_88
/* +----------------------------------------------------------------------+ | PHP Version 5 | +----------------------------------------------------------------------+ | Copyright (c) 1997-2011 The PHP Group | +--------------...
Defects4J/APR_LLMs/code/LLM_repair/ManyBugs/buggy_programs/php_2011-02-14-86efc8e55e-d1d61ce612.c
manybugs_data_89
/* +----------------------------------------------------------------------+ | Zend Engine | +----------------------------------------------------------------------+ | Copyright (c) 1998-2011 Zend Technologies Ltd. (http://www.zend.com) | +---------...
Defects4J/APR_LLMs/code/LLM_repair/ManyBugs/buggy_programs/php_2011-04-07-77ed819430-efcb9a71cd.c
manybugs_data_90
/* +----------------------------------------------------------------------+ | Zend Engine | +----------------------------------------------------------------------+ | Copyright (c) 1998-2011 Zend Technologies Ltd. (http://www.zend.com) | +---------...
Defects4J/APR_LLMs/code/LLM_repair/ManyBugs/buggy_programs/php_2011-12-17-db63456a8d-3dc9f0abe6.c
manybugs_data_91
#include "Python.h" #include "structmember.h" #if PY_VERSION_HEX < 0x02060000 && !defined(Py_TYPE) #define Py_TYPE(ob) (((PyObject*)(ob))->ob_type) #endif #if PY_VERSION_HEX < 0x02050000 && !defined(PY_SSIZE_T_MIN) typedef int Py_ssize_t; #define PY_SSIZE_T_MAX INT_MAX #define PY_SSIZE_T_MIN INT_MIN #define PyInt_F...
Defects4J/APR_LLMs/code/LLM_repair/ManyBugs/buggy_programs/python_70019-70023.c
manybugs_data_92
/* $Id$ * * tiff2pdf - converts a TIFF image to a PDF document * * Copyright (c) 2003 Ross Finlayson * * Permission to use, copy, modify, distribute, and sell this software and * its documentation for any purpose is hereby granted without fee, provided * that (i) the above copyright notices and this permission...
Defects4J/APR_LLMs/code/LLM_repair/ManyBugs/buggy_programs/libtiff_2010-11-27-eb326f9-eec7ec0.c
manybugs_data_93
/* +----------------------------------------------------------------------+ | Zend Engine | +----------------------------------------------------------------------+ | Copyright (c) 1998-2012 Zend Technologies Ltd. (http://www.zend.com) | +---------...
Defects4J/APR_LLMs/code/LLM_repair/ManyBugs/buggy_programs/php_2012-03-11-3954743813-d4f05fbffc.c
manybugs_data_94
/* +----------------------------------------------------------------------+ | phar php single-file executable PHP extension | +----------------------------------------------------------------------+ | Copyright (c) 2005-2011 The PHP Group | +--------------...
Defects4J/APR_LLMs/code/LLM_repair/ManyBugs/buggy_programs/php_2011-11-19-eeba0b5681-d3b20b4058.c
manybugs_data_95
/* Generated by re2c 0.13.5 on Mon May 31 11:07:50 2010 */ #line 1 "ext/standard/url_scanner_ex.re" /* +----------------------------------------------------------------------+ | PHP Version 6 | +----------------------------------------------------------------...
Defects4J/APR_LLMs/code/LLM_repair/ManyBugs/buggy_programs/php_2011-05-24-b60f6774dc-1056c57fa9.c
manybugs_data_96
/* * libfb - FreeBASIC's runtime library * Copyright (C) 2004-2010 The FreeBASIC development team. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of th...
Defects4J/APR_LLMs/code/LLM_repair/ManyBugs/buggy_programs/fbc_5458-5459.c
manybugs_data_97
/* +----------------------------------------------------------------------+ | PHP Version 5 | +----------------------------------------------------------------------+ | Copyright (c) 1997-2011 The PHP Group | +---------...
Defects4J/APR_LLMs/code/LLM_repair/ManyBugs/buggy_programs/php_2011-01-29-147382033a-5bb0a44e06.c
manybugs_data_98
/* +----------------------------------------------------------------------+ | PHP Version 5 | +----------------------------------------------------------------------+ | Copyright (c) 1997-2012 The PHP Group | +---------...
Defects4J/APR_LLMs/code/LLM_repair/ManyBugs/buggy_programs/php_2012-03-10-23e65a9dcc-e6ec1fb166.c
manybugs_data_99
/* $Id$ */ /* * Copyright (c) 1988-1997 Sam Leffler * Copyright (c) 1991-1997 Silicon Graphics, Inc. * * Permission to use, copy, modify, distribute, and sell this software and * its documentation for any purpose is hereby granted without fee, provided * that (i) the above copyright notices and this permission n...
Defects4J/APR_LLMs/code/LLM_repair/ManyBugs/buggy_programs/libtiff_2008-04-15-2e8b2f1-0d27dc0.c
manybugs_data_100
/* +----------------------------------------------------------------------+ | PHP Version 5 | +----------------------------------------------------------------------+ | Copyright (c) 1997-2011 The PHP Group | +---------...
Defects4J/APR_LLMs/code/LLM_repair/ManyBugs/buggy_programs/php_2011-02-01-01745fa657-1f49902999.c