• Skip to sidebar navigation
  • Skip to content

Bitbucket

  • More
    ProjectsRepositories
  • Help
    • Online help
    • Learn Git
    • Welcome to Bitbucket
    • Keyboard shortcuts
  • Log In
Alexander Dahl
  1. Alexander Dahl

buildroot

Public
Actions
  • Clone
  • Compare

Learn more about cloning repositories

You have read-only access

Navigation
  • Source
  • Commits
  • Branches
  • All Branches Graph
  • Forks
  1. Alexander Dahl
  2. buildroot

Source

buildroot/package/haserl/0.8.0/haserl-0.8.0-legacy.patch
Peter KorsgaardPeter Korsgaard committed 6d9e24f3b4623 Apr 2013
Raw file
Source viewDiff to previous
xxxxxxxxxx
 
1
diff -urN haserl-0.8.0-0rig/src/haserl.c haserl-0.8.0/src/haserl.c
2
--- haserl-0.8.0-0rig/src/haserl.c  2004-11-10 18:59:35.000000000 +0100
3
+++ haserl-0.8.0/src/haserl.c   2007-10-12 14:36:28.000000000 +0200
4
@@ -131,7 +131,7 @@
5
    if (strlen(prefix)) { memcpy (entry, prefix, strlen(prefix)); }
6
    memcpy ((char *) (entry + strlen(prefix)), newbuf, strlen(newbuf));
7
 
8
-   keylen = (size_t) (index (entry, '=') - entry);
9
+   keylen = (size_t) (strchr (entry, '=') - entry);
10
    
11
    if ( keylen <= 0 ) {
12
            free (entry);
  • Git repository management for enterprise teams powered by Atlassian Bitbucket
  • Atlassian Bitbucket v6.7.2
  • Documentation
  • Request a feature
  • About
  • Contact Atlassian
Atlassian

Everything looks good. We'll let you know here if there's anything you should know about.